home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 June / Designer's Club 1996 June.iso / mac / Idea Source / Gallery.DIR / 00165_Script_165 < prev    next >
Text File  |  1996-04-23  |  465b  |  16 lines

  1. on exitFrame
  2.   go the frame
  3.   if rollover (2) then
  4.     set the movierate of sprite 2 to 1
  5.   else set the movierate of sprite 2 to 0
  6.   if rollover (3) then
  7.     set the movierate of sprite 3 to 1
  8.   else set the movierate of sprite 3 to 0
  9.   
  10.   if rollover (5) then
  11.     set the movierate of sprite 5 to 1
  12.   else set the movierate of sprite 5 to 0
  13.   if rollover (7) then
  14.     set the movierate of sprite 7 to 1
  15.   else set the movierate of sprite 7 to 0
  16. end